Initializes a new instance of the ObservableCollection<T> class.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<T> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T) ( _ |
The initial content of the collection.
See Also